home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Learn Microsoft Visual Basic 6.0 Now
/
Learn Microsoft Visual Basic 6.0 Now (Microsoft Press)(X03-58607)(1998).ISO
/
media
/
chap02
/
b02d025.cc2
< prev
Wrap
Text File
|
1998-06-07
|
807b
|
19 lines
0, Your assignment in Lab 2 is to create a
3, simple database browser tool that
5, displays the Name field in a sample database
7, called Shops. The Shops database is in
11, Microsoft Access format and is located
13, in the Lvb5\Ch02 folder on disk. Your
19, solution should include a name label, a
23, text box object, a data object, and a
27, Quit button object. When you run the
30, program, Visual Basic displays the Data
34, Browser window in the Visual Basic programming
37, environment. As you can see, the first
39, record, Don's Woodworking, appears in
41, the text box object. And you can access
44, additional records by clicking the buttons
46, in the Shops data object. When you're
49, finished running the program, click the
50, Quit button to close.
53, END